Getting Started with UWP/WinRT Edition > Localization > Adding a Localization File Manually |
If you require localization for a language that isn't supported, you can add your own resource file.
First, you'll need to create a resource file. When you create your file, make sure that the file name follows this format:
[Windows Apps Assembly Name].Resources.[C1 Control].resw
For example, in an App named LocalizationApp for the C1RichTextBoxMenu control, the file name would be:
LocalizationApp.Resources.C1.Xaml.RichTextBox.Menu.resw
Follow these steps to add your own resource file: